projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7290c6f
)
(Fbuffer_base_buffer): Doc fix.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 17 Apr 2004 02:01:27 +0000
(
02:01
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 17 Apr 2004 02:01:27 +0000
(
02:01
+0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index ca74dda73bf609000c6846a430ddee5fda15134f..6e67f07cf3897552466fa5fd8a26bedf4de45e32 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-832,7
+832,8
@@
No argument or nil as argument means use the current buffer. */)
DEFUN ("buffer-base-buffer", Fbuffer_base_buffer, Sbuffer_base_buffer,
0, 1, 0,
doc: /* Return the base buffer of indirect buffer BUFFER.
-If BUFFER is not indirect, return nil. */)
+If BUFFER is not indirect, return nil.
+BUFFER defaults to the current buffer. */)
(buffer)
register Lisp_Object buffer;
{